Determines whether the collection contains the specified item.

Namespace:  Rebex.Security.Cryptography
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Function Contains ( _
	item As T _
) As Boolean
C#
public bool Contains(
	T item
)

Parameters

item
Type: T
Item.

Return Value

True if the collection contains the item; false if it does not.

Implements

ICollection<(Of <(<'T>)>)>..::..Contains(T)

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also